/* This is for any unique stylings that apply only to this program */

/* This ID is for entire area of the program you will see before the actual simulation section is displayed */

#OverviewSection{
	position: absolute;
	top: 75px;
	left: 50px;
	width: 900px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

#OverviewPicture{
	position: absolute;
	bottom: 10px;
	left: 300px;
}




#LabDirections{
	position: absolute;
	top: 25px;
	left: 50px;
	width: 800px;
}

.Directions{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	color:#990000;
	text-align: center;
}

/* This ID is for entire area of the program that will display as part of the simulation */

#LabSection{
	position: absolute;
	top: 75px;
	left: 0px;
	visibility: hidden;
}


#DrawingSectionOne{
	position: absolute;
	top: 0px;
	width: 900px;
	left: 50px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}



.smallbutton{
	height: 30px;
	width: 100px;
	background-color: #AAAAAA;
	border: 1px #990000 solid;
	border-radius: 5px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
}




#BeginButton{
	position: absolute;
	top: 325px;
	left: 375px;
	width: 150px;
}

#StartDirections{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 300px;
	height: 60px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color:#990000;
	text-align: center;
	border: 1px #990000 solid;
	border-radius: 5px;
	background-color: #FFFFFF;
	
}


#PauseButton{
	position: absolute;
	left: 0px;
}

#ResetButton{
	position: absolute;
	left: 180px;
}

#SwitchPlanet{
	position: absolute;
	left: 360px;
}

#SwitchLength{
	position: absolute;
	left: 540px;	
}

#SwitchMass{
	position: absolute;
	left: 720px;	
}



#TenLeft{
	position: absolute;
	top: 500px;
	left: 520px;
	width: 50px;
	height: 50px;
	
}

#TwentyLeft{
	position: absolute;
	top: 480px;
	left: 600px;
	width: 50px;
	height: 50px;
	
}

#ThirtyLeft{
	position: absolute;
	top: 440px;
	left: 690px;
	width: 50px;
	height: 50px;
	
}

#FortyLeft{
	position: absolute;
	top: 390px;
	left: 760px;
	width: 50px;
	height: 50px;
	
}

#FiftyLeft{
	position: absolute;
	top: 325px;
	left: 825px;
	width: 50px;
	height: 50px;
	
}

#TenRight{
	position: absolute;
	top: 500px;
	left: 330px;
	width: 50px;
	height: 50px;
	
}

#TwentyRight{
	position: absolute;
	top: 480px;
	left: 250px;
	width: 50px;
	height: 50px;
	
}

#ThirtyRight{
	position: absolute;
	top: 440px;
	left: 160px;
	width: 50px;
	height: 50px;
	
}

#FortyRight{
	position: absolute;
	top: 390px;
	left: 90px;
	width: 50px;
	height: 50px;
	
}

#FiftyRight{
	position: absolute;
	top: 325px;
	left: 25px;
	width: 50px;
	height: 50px;
	
}





.Button{
	height: 45px;
	padding-top: 5px;
	background-color: #AAAAAA;
	border: 2px #990000 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
}

.InvisibleButton{
	
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
}

.BottomButton{
	height: 35px;
	bottom: 0px;
	width: 180px;
	padding-top: 10px;
	border: 2px #990000 solid;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#990000;
	background-color: #FFFFFF;
}


